rpms/libast/devel .cvsignore, 1.2, 1.3 libast.spec, 1.5, 1.6 sources, 1.2, 1.3

Terje Røsten (terjeros) fedora-extras-commits at redhat.com
Fri May 2 18:01:57 UTC 2008


Author: terjeros

Update of /cvs/extras/rpms/libast/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11868

Modified Files:
	.cvsignore libast.spec sources 
Log Message:
* Fri May  2 2008 Terje Røsten <terje.rosten at ntnu.no> - 0.7.1-0.6.20080502cvs
- Fix source url



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libast/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	24 Nov 2006 19:13:24 -0000	1.2
+++ .cvsignore	2 May 2008 18:01:19 -0000	1.3
@@ -1 +1 @@
-libast-0.7.1.tar.gz
+libast-20080502.tar.gz


Index: libast.spec
===================================================================
RCS file: /cvs/extras/rpms/libast/devel/libast.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libast.spec	11 Feb 2008 09:44:46 -0000	1.5
+++ libast.spec	2 May 2008 18:01:19 -0000	1.6
@@ -1,18 +1,25 @@
 # Arches on which the multilib {sysdefs,types}.h hack is needed:
 # (Update libast-wrapper.h when adding archs)
+
 %define multilib_arches %{ix86} ia64 ppc ppc64 s390 s390x x86_64
+%define cvs 20080502
 
-Summary: Library of Assorted Spiffy Things
-Name:    libast
-Version: 0.7.1
-Release: 0.5.20060818cvs%{?dist}
-Group:   System Environment/Libraries
-License: BSD
-URL:     http://www.eterm.org/
-Source:  http://www.eterm.org/download/%{name}-%{version}.tar.gz
-Source1: libast-wrapper.h
+Summary:        Library of Assorted Spiffy Things
+Name:           libast
+Version:        0.7.1
+Release:        0.6.%{cvs}cvs%{?dist}
+Group:          System Environment/Libraries
+License:        BSD
+URL:            http://www.eterm.org/
+# Sources are pulled from cvs:
+# $ cvs -z3 -d :pserver:anonymous at anoncvs.enlightenment.org:/var/cvs/e \
+#      co -d libast-20080502 -D 20080502 eterm/libast
+# $ tar czvf libast-20080502.tar.gz libast-20080502
+Source:        libast-%{cvs}.tar.gz
+Source1:       libast-wrapper.h
 BuildRequires: imlib2-devel pcre-devel libXt-devel
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires: automake autoconf libtool
+BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
 LibAST is the Library of Assorted Spiffy Things.  It contains various
@@ -34,9 +41,10 @@
 you will need to install %{name}-devel.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{cvs}
 
 %build
+./autogen.sh
 %configure
 %{__make} %{?_smp_mflags}
 
@@ -80,11 +88,14 @@
 %exclude %{_libdir}/*.a
 
 %changelog
+* Fri May  2 2008 Terje Røsten <terje.rosten at ntnu.no> - 0.7.1-0.6.20080502cvs
+- Fix source url
+
 * Sat Feb 11 2008 Terje Røsten <terje.rosten at ntnu.no> - 0.7.1-0.5.20060818cvs
-- fix date
+- Fix date
 
 * Sat Feb  9 2008 Terje Røsten <terje.rosten at ntnu.no> - 0.7.1-0.4.20060818cvs
-- rebuild
+- Rebuild
 
 * Sat Jan 20 2008 Terje Røsten <terje.rosten at ntnu.no> - 0.7.1-0.3.20060818cvs
 - Fix multiarch stuff


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libast/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	24 Nov 2006 19:13:24 -0000	1.2
+++ sources	2 May 2008 18:01:19 -0000	1.3
@@ -1 +1 @@
-f005abce4638da890e1757e8e0d97bcf  libast-0.7.1.tar.gz
+99c5072ee9e9be505bc704c3d70a058b  libast-20080502.tar.gz




More information about the fedora-extras-commits mailing list