rpms/pstreams-devel/F-8 import.log, NONE, 1.1 pstreams-0.6.0-destdir_timestamp.patch, NONE, 1.1 pstreams-devel.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Rakesh Pandit rakesh at fedoraproject.org
Sat Nov 8 04:36:09 UTC 2008


Author: rakesh

Update of /cvs/pkgs/rpms/pstreams-devel/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11517/F-8

Modified Files:
	.cvsignore sources 
Added Files:
	import.log pstreams-0.6.0-destdir_timestamp.patch 
	pstreams-devel.spec 
Log Message:
initial import



--- NEW FILE import.log ---
pstreams-devel-0_6_0-6_fc10:F-8:pstreams-devel-0.6.0-6.fc10.src.rpm:1226138411

pstreams-0.6.0-destdir_timestamp.patch:

--- NEW FILE pstreams-0.6.0-destdir_timestamp.patch ---
- support DESTDIR
- preserve timestamp of pstream.h

diff -up pstreams-0.6.0/Makefile.destdir_timestamp pstreams-0.6.0/Makefile
--- pstreams-0.6.0/Makefile.destdir_timestamp	2008-11-07 13:49:44.000000000 +0100
+++ pstreams-0.6.0/Makefile	2008-11-07 13:50:19.000000000 +0100
@@ -77,8 +77,8 @@ clean:
 	@rm -rf doc TODO
 
 install:
-	@install -d $(INSTALL_PREFIX)/include/pstreams
-	@install -v -m0644 pstream.h $(INSTALL_PREFIX)/include/pstreams
+	@install -d $(DESTDIR)$(INSTALL_PREFIX)/include/pstreams
+	@install -p -v -m0644 pstream.h $(DESTDIR)$(INSTALL_PREFIX)/include/pstreams
 
 .PHONY: TODO test ChangeLog
 


--- NEW FILE pstreams-devel.spec ---
%define packagename pstreams

Name:           pstreams-devel
Version:        0.6.0
Release:        6%{?dist}
Summary:        POSIX Process Control in C++

Group:          Development/Libraries
License:        LGPLv3+
URL:            http://%{packagename}.sourceforge.net/
Source0:        http://downloads.sourceforge.net/%{packagename}/%{packagename}-%{version}.tar.gz
# Submitted patch upstream - Till Mass
# http://sourceforge.net/tracker2/?func=detail&atid=453894&aid=2234202&group_id=48695
Patch:          pstreams-0.6.0-destdir_timestamp.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  doxygen
BuildArch:      noarch

%description
PStreams class is like a C++ wrapper for the POSIX.2 functions
popen(3) and pclose(3), using C++ iostreams instead of C's stdio
library.

%prep
%setup -q -n %{packagename}-%{version}
%patch -p1 -b .destdir_timestamp

%build
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install  INSTALL_PREFIX=$RPM_BUILD_ROOT/usr

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc doc/html COPYING.LIB README AUTHORS ChangeLog
%{_includedir}/pstreams

%changelog
* Fri Nov 07 2008 Rakesh Pandit <rakesh at fedoraproject.org> 0.6.0-6
- timestamp patch (Till Mass)

* Fri Nov 07 2008 Rakesh Pandit <rakesh at fedoraproject.org> 0.6.0-5
- saving timestamp using "install -p"

* Fri Nov 07 2008 Rakesh Pandit <rakesh at fedoraproject.org> 0.6.0-4
- included docs, license and other missing files.

* Fri Nov 07 2008 Rakesh Pandit <rakesh at fedoraproject.org> 0.6.0-3
- consistent use of macros - replaced %%{buildroot} with $RPM_BUILD_ROOT

* Thu Nov 06 2008 Rakesh Pandit <rakesh at fedoraproject.org> 0.6.0-2
- Cleaned up buildrequire

* Tue Nov 04 2008 Rakesh Pandit <rakesh at fedoraproject.org> 0.6.0-1
- initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pstreams-devel/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	7 Nov 2008 21:31:39 -0000	1.1
+++ .cvsignore	8 Nov 2008 04:35:39 -0000	1.2
@@ -0,0 +1 @@
+pstreams-0.6.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pstreams-devel/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	7 Nov 2008 21:31:39 -0000	1.1
+++ sources	8 Nov 2008 04:35:39 -0000	1.2
@@ -0,0 +1 @@
+a12c2793937c2ea1bee04827d7b2ca63  pstreams-0.6.0.tar.gz




More information about the fedora-extras-commits mailing list