rpms/libaacs/F-15 .cvsignore, 1.2, 1.3 libaacs.spec, 1.1, 1.2 sources, 1.2, 1.3

Xavier Bachelot xavierb at rpmfusion.org
Mon Sep 3 22:39:17 CEST 2012


Author: xavierb

Update of /cvs/free/rpms/libaacs/F-15
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv1390/F-15

Modified Files:
	.cvsignore libaacs.spec sources 
Log Message:
update to 0.5.0


Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/libaacs/F-15/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	6 Nov 2011 21:53:09 -0000	1.2
+++ .cvsignore	3 Sep 2012 20:38:47 -0000	1.3
@@ -1 +1 @@
-libaacs-20111105git876f45a3f727e.tar.bz2
+libaacs-0.3.0.tar.bz2


Index: libaacs.spec
===================================================================
RCS file: /cvs/free/rpms/libaacs/F-15/libaacs.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libaacs.spec	6 Nov 2011 21:53:10 -0000	1.1
+++ libaacs.spec	3 Sep 2012 20:38:47 -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}.tar.bz2
+%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 at bachelot.org> 0.3.0-1
+- First official upstream release.
+
 * Sat Nov 05 2011 Xavier Bachelot <xavier at bachelot.org> 0.2-0.3.20111105git876f45a3f727e
 - Update to latest snapshot.
 


Index: sources
===================================================================
RCS file: /cvs/free/rpms/libaacs/F-15/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	6 Nov 2011 21:53:10 -0000	1.2
+++ sources	3 Sep 2012 20:38:47 -0000	1.3
@@ -1 +1 @@
-3775106bc921a15040b2df3ee5c3aa43  libaacs-20111105git876f45a3f727e.tar.bz2
+442c32e4bd4c2216d4d25fdad12f39e2  libaacs-0.3.0.tar.bz2


More information about the rpmfusion-commits mailing list