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

Axel Thimm (athimm) fedora-extras-commits at redhat.com
Thu Jul 20 11:35:33 UTC 2006


Author: athimm

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

Modified Files:
	.cvsignore sources 
Added Files:
	chrpath.spec 
Log Message:
auto-import chrpath-0.13-1.at on branch devel from chrpath-0.13-1.at.src.rpm


--- NEW FILE chrpath.spec ---
Summary: Modify rpath of compiled programs
Name: chrpath
Version: 0.13
Release: 1%{?dist}
License: GPL
Group: Development/Tools
URL: ftp://ftp.hungry.com/pub/hungry/chrpath/
Source0: ftp://ftp.hungry.com/pub/hungry/chrpath/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

%description
chrpath allows you to modify the dynamic library load path (rpath) of
compiled programs.  Currently, only removing and modifying the rpath
is supported.

%prep
%setup -q

%build
%configure
make

%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
rm -fr %{buildroot}/usr/doc

%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING README NEWS ChangeLog*
%{_bindir}/chrpath
%{_mandir}/man1/chrpath.1*

%changelog
* Sun Mar 12 2006 Axel Thimm <Axel.Thimm at ATrpms.net> - 0.13-1
- Initial build.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/chrpath/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	20 Jul 2006 11:34:40 -0000	1.1
+++ .cvsignore	20 Jul 2006 11:35:33 -0000	1.2
@@ -0,0 +1 @@
+chrpath-0.13.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/chrpath/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	20 Jul 2006 11:34:40 -0000	1.1
+++ sources	20 Jul 2006 11:35:33 -0000	1.2
@@ -0,0 +1 @@
+b73072a8fbba277558c50364b65bb407  chrpath-0.13.tar.gz




More information about the fedora-extras-commits mailing list