rpms/libast/devel libast.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Terje Røsten (terjeros) fedora-extras-commits at redhat.com
Fri Nov 24 19:13:54 UTC 2006


Author: terjeros

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

Modified Files:
	.cvsignore sources 
Added Files:
	libast.spec 
Log Message:
auto-import libast-0.7.1-0.1.20060818cvs on branch devel from libast-0.7.1-0.1.20060818cvs.src.rpm


--- NEW FILE libast.spec ---
Summary: Library of Assorted Spiffy Things
Name: libast
Version: 0.7.1
Release: 0.1.20060818cvs%{?dist}
Group: System Environment/Libraries
License: BSD
URL: http://www.eterm.org/
Source: http://www.eterm.org/download/%{name}-%{version}.tar.gz
BuildRequires: imlib2-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
LibAST is the Library of Assorted Spiffy Things.  It contains various
handy routines and drop-in substitutes for some good-but-non-portable
functions.  It currently has a built-in memory tracking subsystem as
well as some debugging aids and other similar tools.

It's not documented yet, mostly because it's not finished.  Hence the
version number that begins with 0.

%package devel
Summary: Header files, libraries and development documentation for %{name}
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}

%description devel
This package contains the header files, static libraries and development
documentation for %{name}. If you like to develop programs using %{name},
you will need to install %{name}-devel.

%prep
%setup -q

%build
%configure
%{__make} %{?_smp_mflags}

%install
rm -rf "$RPM_BUILD_ROOT"
%makeinstall

%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig

%clean
rm -rf "$RPM_BUILD_ROOT"

%files
%defattr(-, root, root, 0755)
%doc ChangeLog DESIGN README LICENSE
%{_libdir}/libast.so.*

%files devel
%defattr(-, root, root, 0755)
%dir %{_includedir}/libast
%{_bindir}/libast-config
%{_libdir}/libast.so
%{_includedir}/libast.h
%{_includedir}/libast/*.h
%{_datadir}/aclocal/libast.m4
%exclude %{_libdir}/*.la
%exclude %{_libdir}/*.a

%changelog
* Sat Sep  2 2006 Terje Røsten <terje.rosten at ntnu.no> - 0.7.1-0.1.20060818cvs
- 0.7.1 (from CVS)
- LICENCE now included in upstrean package

* Sun Feb 26 2006 Terje Røsten <terje.rosten at ntnu.no> - 0.7-3
- Add LICENSE

* Tue Feb 21 2006 Terje Røsten <terje.rosten at ntnu.no> - 0.7-2
- Fix buildroot var
- Clean buildroot before install
- Remove static libs
- Add imlib2 to buildrequires

* Sun Feb 19 2006 Terje Røsten <terje.rosten at ntnu.no> - 0.7-1
- Initial packaging based on upstream spec file.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libast/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	24 Nov 2006 19:12:54 -0000	1.1
+++ .cvsignore	24 Nov 2006 19:13:24 -0000	1.2
@@ -0,0 +1 @@
+libast-0.7.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libast/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	24 Nov 2006 19:12:54 -0000	1.1
+++ sources	24 Nov 2006 19:13:24 -0000	1.2
@@ -0,0 +1 @@
+f005abce4638da890e1757e8e0d97bcf  libast-0.7.1.tar.gz




More information about the scm-commits mailing list