Compare commits

...
This repository has been archived on 2026-09-10. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.

33 commits

Author SHA1 Message Date
Miro Hrončok
0559b1e494 Orphaned for 6+ weeks 2018-12-24 13:52:55 +01:00
Fedora Release Engineering
41cc328edb - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-14 09:21:50 +00:00
Jason Tibbitts
fc6b6b57b8 Remove needless use of %defattr 2018-07-09 23:54:58 -05:00
Jitka Plesnikova
d341a073ef Perl 5.28 rebuild 2018-06-29 15:03:37 +02:00
Petr Písař
e33f7bba7d cpan.org addresses moved to MetaCPAN <https://fedoraproject.org/wiki/Changes/Perl_Move_to_MetaCPAN> 2018-06-04 14:36:46 +02:00
8cf03f8b8b
Remove %clean section
None of currently supported distributions need that.
Last one was EL5 which is EOL for a while.

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-02-14 09:14:31 +01:00
c940d7b7dc Remove BuildRoot definition
None of currently supported distributions need that.
It was needed last for EL5 which is EOL now

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-02-14 00:51:14 +01:00
Fedora Release Engineering
18e4e236c9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-09 21:44:31 +00:00
Fedora Release Engineering
3e049b7f99 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-27 22:11:30 +00:00
Petr Písař
0aaca16181 perl dependency renamed to perl-interpreter <https://fedoraproject.org/wiki/Changes/perl_Package_to_Install_Core_Modules> 2017-07-12 14:56:59 +02:00
Jitka Plesnikova
dc9e861d60 Perl 5.26 rebuild 2017-06-06 12:34:45 +02:00
Fedora Release Engineering
a176a37094 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-11 17:55:41 +00:00
Petr Písař
fa27cd92ff Mandatory Perl build-requires added <https://fedoraproject.org/wiki/Changes/Build_Root_Without_Perl> 2016-06-24 10:13:00 +02:00
Jitka Plesnikova
0a92ba8768 Perl 5.24 rebuild 2016-05-16 16:30:23 +02:00
Fedora Release Engineering
436aefde4f - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-05 03:34:11 +00:00
Dennis Gilmore
88bf2fe44c - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-19 04:06:24 +00:00
Jitka Plesnikova
83eeffaeca Perl 5.22 rebuild 2015-06-06 22:08:27 +02:00
Jitka Plesnikova
3bad19ad5a Perl 5.20 rebuild 2014-08-29 21:13:26 +02:00
Dennis Gilmore
6d434b6408 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-08 01:01:22 -05:00
Hubbitus
ddd13bee41 - Update to 1.07 by bz#1062668 2014-02-08 20:30:19 +04:00
Dennis Gilmore
11c613e90b - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 03:24:29 -05:00
Petr Písař
e7a946d1d5 Perl 5.18 rebuild 2013-07-31 23:22:10 +02:00
Dennis Gilmore
d9e869787e - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 21:47:28 -06:00
Dennis Gilmore
140b522759 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-22 00:43:07 -05:00
Petr Písař
a91e75e5ec Perl 5.16 rebuild 2012-06-21 16:47:19 +02:00
Dennis Gilmore
32dce6e1ea - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-14 03:01:12 -06:00
Petr Sabata
2a96aafd69 Perl mass rebuild 2011-07-21 16:33:42 +02:00
Petr Sabata
ea2672fbbb Perl mass rebuild 2011-07-20 04:16:25 +02:00
Dennis Gilmore
17b70387c1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 23:23:55 -06:00
Fedora Release Engineering
4b2ad3322d dist-git conversion 2010-07-29 15:55:03 +00:00
Marcela Mašláňová
6687d411dd - Mass rebuild with perl-5.12.0 2010-06-02 09:35:21 +00:00
Štěpán Kasal
968ec79a69 - rebuild against perl 5.10.1 2009-12-07 00:04:29 +00:00
Bill Nottingham
581d21920f Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:41:00 +00:00
6 changed files with 1 additions and 115 deletions

View file

@ -1 +0,0 @@
xls2csv-1.06.tar.gz

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: xls2csv
# $Id$
NAME := xls2csv
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

1
dead.package Normal file
View file

@ -0,0 +1 @@
Orphaned for 6+ weeks

View file

@ -1 +0,0 @@
xls2csv-1_06-5_fc11:HEAD:xls2csv-1.06-5.fc11.src.rpm:1253820252

View file

@ -1 +0,0 @@
0ed77bd4dd2f9d15fa0b8dc0ad0a0480 xls2csv-1.06.tar.gz

View file

@ -1,91 +0,0 @@
Name: xls2csv
Version: 1.06
Release: 5%{?dist}
Summary: A script that recodes a spreadsheet's charset and saves as CSV
Group: Applications/Text
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/xls2csv/
Source0: http://search.cpan.org/CPAN/authors/id/K/KE/KEN/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl(ExtUtils::Embed) perl(ExtUtils::MakeMaker) perl(Test::Harness)
BuildRequires: perl(Test::Simple) perl(Unicode::Map)
BuildRequires: perl perl(Locale::Recode) perl(Text::CSV_XS) perl(Spreadsheet::ParseExcel)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Requires: perl(Unicode::Map)
%description
This script will recode a spreadsheet into a different character set
and output the recoded data as a csv file.
The script came about after many headaches from dealing with Excel
spreadsheets from clients that were being received in various character
sets.
%prep
%setup -q
%build
%{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{_prefix}"
%{__make} OPTIMIZE="$RPM_OPT_FLAGS"
%check
%{__make} test
%install
%{__rm} -rf %{buildroot}
%{__make} pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
%{__chmod} -R u+w %{buildroot}/*
# To avoid name conflict with catdoc package.
%{__mv} %{buildroot}%{_bindir}/%{name} %{buildroot}%{_bindir}/convert%{name}
%{__gzip} -c9 %{buildroot}%{_mandir}/man1/%{name}.1 > %{buildroot}%{_mandir}/man1/convert%{name}.1.gz
%{__rm} %{buildroot}%{_mandir}/man1/%{name}.1
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc
%attr(0755, root, root) %{_bindir}/convert%{name}
%{_mandir}/man1/convert%{name}.1.gz
%changelog
* Thu Sep 24 2009 Pavel Alexeev <Pahan@Hubbitus.info> - 1.06-5
- Rename /usr/bin/xls2csv to /usr/bin/convertxls2csv to avoid name conflict with package catdoc (Thank you Jan Klepek)
* Mon Aug 10 2009 Pavel Alexeev <Pahan@Hubbitus.info> - 1.06-4
- License tag changed to "GPL+ or Artistic"
* Sun Aug 9 2009 Pavel Alexeev <Pahan@Hubbitus.info> - 1.06-3
- Rewrite all BR from perl-Unicode-Map form to "perl(Unicode::Map)"
- Add back Requires: perl(:MODULE_COMPAT_%%(eval "`%%{__perl} -V:version`"; echo $version)), perl(Unicode::Map)
* Fri Aug 7 2009 Pavel Alexeev <Pahan@Hubbitus.info> - 1.06-2
- Delete %%{buildroot} from PREFIX and accordingly my doubleprefix hack.
- Replace all $RPM_BUILD_ROOT by %%{buildroot} for consistency use macroses.
- Replace chmod by %%{__chmod}.
- Remove all explicit perl and perl-modules requires.
* Sat Nov 22 2008 Pavel Alexeev <Pahan [ at ] Hubbitus [ DOT ] spb [ dOt.] su> - 1.06-1
- Small cosmetics changes like use %%{__rm} instead of plain "rm" and add
braces in all macroses as it want Jason Tibbitts in BZ review 458866
- Remove file %%{perl_vendorarch}/auto/xls2csv/.packlist and add 3 lines
(delete .packlist, delete empty directories and change permissions)
from /etc/rpmdevtools/spectemplate-perl.spec (Jason Tibbitts)
* Tue Aug 12 2008 Pavel Alexeev <Pahan [ at ] Hubbitus [ DOT ] spb [ dOt.] su> - 1.06-0
- Change BuildArch to noarch
- Add BR: perl(Test::Simple)
- Add BuildRequires: perl perl-libintl perl-Text-CSV_XS perl-Spreadsheet-ParseExcel perl-Unicode-Map for tests
* Fri Aug 8 2008 Pavel Alexeev <Pahan [ at ] Hubbitus [ DOT ] spb [ dOt.] su> - 1.06-0
- Initial spec