Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Archive
perl-Gnome2-Canvas
Commits
fd8bb5da
Commit
fd8bb5da
authored
Oct 24, 2004
by
x-rwmcfa1
Browse files
a sweep through of spec file and MANIFEST(.SKIP) updates
svn path=/trunk/; revision=129
parent
aaa30440
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
fd8bb5da
2004/10/24 11:55 (-0400) rwmcfa1
* MANIFEST.SKIP: updates
* perl-Gnome2-Canvas.spec.in: new scheme that addresses x86_64 problems
found by Carl Nygard
2004/08/15 22:11 (-0400) muppetman
* Canvas.pm, NEWS, README: stable bugfix release 1.002
...
...
MANIFEST.SKIP
View file @
fd8bb5da
CVS
~$
\.bak$
blib
\.bs$
build
\.c$
\.o$
CVS
\.cvsignore$
Makefile$
Makefile\.old$
~$
\.o$
\.spec$
\.sw.$
\.cvsignore$
blib
build
\.tar\.gz$
perl-Gnome2-Canvas.spec.in
View file @
fd8bb5da
...
...
@@ -33,26 +33,25 @@ make OPTIMIZE="$RPM_OPT_FLAGS"
make test
%install
rm -rf $RPM_BUILD_ROOT
eval `perl '-V:installarchlib'`
mkdir -p $RPM_BUILD_ROOT$installarchlib
%makeinstall
rm -f `find $RPM_BUILD_ROOT -type f -name perllocal.pod -o -name .packlist`
[ -x /usr/lib/rpm/brp-compress ] && /usr/lib/rpm/brp-compress
[ -x %{_libdir}/rpm/brp-compress ] && %{_libdir}/rpm/brp-compress
find $RPM_BUILD_ROOT \( -name perllocal.pod -o -name .packlist \) -exec rm -v {} \;
find $RPM_BUILD_ROOT%{_prefix} -type f -print | \
sed "s@^$RPM_BUILD_ROOT@@g" > %{name}-%{version}-%{release}-filelist
if [ "$(cat %{name}-%{version}-%{release}-filelist)X" = "X" ] ; then
echo "ERROR: EMPTY FILE LIST"
exit 1
find $RPM_BUILD_ROOT/usr -type f -print | \
sed "s@^$RPM_BUILD_ROOT@@g" | \
grep -v perllocal.pod | \
grep -v "\.packlist" > %{name}-%{version}-filelist
if [ "$(cat %{name}-%{version}-filelist)X" = "X" ] ; then
exit -1
fi
%clean
rm -rf $RPM_BUILD_ROOT
%files -f %{name}-%{version}-
%{release}-
filelist
%defattr(-,root,root
,-
)
%files -f %{name}-%{version}-filelist
%defattr(-,root,root)
%changelog
* @DATE@ gtk-perl-list@gnome.org - @VERSION@
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment