Author: xavierb
Update of /cvs/free/rpms/libaacs/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3620
Modified Files:
.cvsignore libaacs.spec sources
Log Message:
first upstream release : 0.3.0
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/libaacs/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 6 Nov 2011 20:39:46 -0000 1.2
+++ .cvsignore 4 Dec 2011 12:45:22 -0000 1.3
@@ -1 +1 @@
-libaacs-20111105git876f45a3f727e.tar.bz2
+libaacs-0.3.0.tar.bz2
Index: libaacs.spec
===================================================================
RCS file: /cvs/free/rpms/libaacs/devel/libaacs.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libaacs.spec 6 Nov 2011 20:39:46 -0000 1.1
+++ libaacs.spec 4 Dec 2011 12:45:22 -0000 1.2
@@ -1,24 +1,35 @@
+%global snapshot 0
%global tarball_date 20111105
%global git_hash 876f45a3f727eb6f06cdb2b0128f857226346e59
%global git_short %(echo '%{git_hash}' | cut -c -13)
Name: libaacs
-Version: 0.2
+Version: 0.3.0
+%if %{snapshot}
Release: 0.3.%{tarball_date}git%{git_short}%{?dist}
+%else
+Release: 1%{?dist}
+%endif
Summary: Open implementation of AACS specification
Group: System Environment/Libraries
License: LGPLv2+
URL:
http://www.videolan.org/developers/libaacs.html
-# No release yet. Use the commands below to generate a tarball.
+%if %{snapshot}
+# Use the commands below to generate a tarball.
# git clone
git://git.videolan.org/libaacs.git
# cd libaacs
# git archive --format=tar %{git_hash} --prefix=libaacs/ | bzip2 > ../libaacs-$( date
+%Y%m%d )git%{git_short}.tar.bz2
Source0: %{name}-%{tarball_date}git%{git_short}.tar.bz2
+%else
+Source0:
ftp://ftp.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}...
+%endif
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
+%if %{snapshot}
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
+%endif
BuildRequires: libgcrypt-devel
BuildRequires: flex
@@ -40,12 +51,18 @@
%prep
+%if %{snapshot}
%setup -q -n %{name}
+%else
+%setup -q
+%endif
sed -i -e 's/\r//' KEYDB.cfg
%build
+%if %{snapshot}
autoreconf -vif
+%endif
%configure --disable-static
make %{?_smp_mflags}
@@ -67,7 +84,7 @@
%files
%defattr(-,root,root,-)
-%doc COPYING KEYDB.cfg README.txt
+%doc COPYING KEYDB.cfg
%{_libdir}/*.so.*
@@ -79,6 +96,9 @@
%changelog
+* Fri Dec 02 2011 Xavier Bachelot <xavier(a)bachelot.org> 0.3.0-1
+- First official upstream release.
+
* Sat Nov 05 2011 Xavier Bachelot <xavier(a)bachelot.org>
0.2-0.3.20111105git876f45a3f727e
- Update to latest snapshot.
Index: sources
===================================================================
RCS file: /cvs/free/rpms/libaacs/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 6 Nov 2011 20:39:46 -0000 1.2
+++ sources 4 Dec 2011 12:45:22 -0000 1.3
@@ -1 +1 @@
-3775106bc921a15040b2df3ee5c3aa43 libaacs-20111105git876f45a3f727e.tar.bz2
+442c32e4bd4c2216d4d25fdad12f39e2 libaacs-0.3.0.tar.bz2