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

Mamoru Tasaka (mtasaka) fedora-extras-commits at redhat.com
Wed Feb 6 18:15:08 UTC 2008


Author: mtasaka

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

Modified Files:
	.cvsignore sources 
Added Files:
	libdstr.spec 
Log Message:
libdstr: initial import, xtide now uses it


--- NEW FILE libdstr.spec ---
Name:		libdstr
Version:	20080124
Release:	1%{?dist}
Summary:	Dave's String class

Group:		System Environment/Libraries
License:	Public Domain
URL:		http://www.flaterco.com/util/index.html
Source0:	http://www.flaterco.com/util/%{name}-%{version}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
libdstr is a library containing Dstr, Dave's String class.


%package	devel
Summary:	Development files for %{name}
Group:		Development/Libraries
Requires:	%{name} = %{version}-%{release}

%description	devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.


%prep
%setup -q

%build
%configure --disable-static
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf $RPM_BUILD_ROOT
%{__make} install \
	DESTDIR=$RPM_BUILD_ROOT \
	INSTALL="%{__install} -c -p"

# Upstream uses some odd header file name,
# changing...
%{__mv} \
	$RPM_BUILD_ROOT%{_includedir}/Dstr \
	$RPM_BUILD_ROOT%{_includedir}/Dstr.h

find $RPM_BUILD_ROOT -name '*.la' \
	-exec %{__rm} -f {} ';'

%clean
%{__rm} -rf $RPM_BUILD_ROOT


%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig


%files
%defattr(-,root,root,-)
%doc	AUTHORS
%doc	COPYING
%doc	ChangeLog
%doc	README

%{_libdir}/lib*.so.*

%files devel
%defattr(-,root,root,-)

%{_includedir}/*.h
%{_libdir}/lib*.so


%changelog
* Thu Feb  7 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 20080124-1
- Initial creation



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libdstr/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	6 Feb 2008 17:39:59 -0000	1.1
+++ .cvsignore	6 Feb 2008 18:13:22 -0000	1.2
@@ -0,0 +1 @@
+libdstr-20080124.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libdstr/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	6 Feb 2008 17:39:59 -0000	1.1
+++ sources	6 Feb 2008 18:13:22 -0000	1.2
@@ -0,0 +1 @@
+3a35a29f33b22c04fe3d2ebe5dc29b5f  libdstr-20080124.tar.bz2




More information about the fedora-extras-commits mailing list