rpms/perl-Hardware-Vhdl-Tidy/EL-5 import.log, NONE, 1.1 perl-Hardware-Vhdl-Tidy.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chitlesh GOORAH chitlesh at fedoraproject.org
Wed Dec 24 14:20:54 UTC 2008


Author: chitlesh

Update of /cvs/pkgs/rpms/perl-Hardware-Vhdl-Tidy/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16837/EL-5

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Hardware-Vhdl-Tidy.spec 
Log Message:
new package


--- NEW FILE import.log ---
perl-Hardware-Vhdl-Tidy-0_8-2_fc10:EL-5:perl-Hardware-Vhdl-Tidy-0.8-2.fc10.src.rpm:1230128381


--- NEW FILE perl-Hardware-Vhdl-Tidy.spec ---
Name:           perl-Hardware-Vhdl-Tidy
Version:        0.8
Release:        2%{?dist}
Summary:        VHDL code prettifier

License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Hardware-Vhdl-Tidy/
Source0:        http://www.cpan.org/authors/id/M/MY/MYKL/Hardware-Vhdl-Tidy-%{version}.tar.gz

BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch

BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Hardware::Vhdl::Lexer)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Pod)

# %%dir %%{perl_vendorlib}/Hardware/Vhdl/ is owned by perl-Hardware-Vhdl-Parser
# perl(Hardware::Vhdl::Lexer) requires perl-Hardware-Vhdl-Parser

Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))


%description
This module auto-indents VHDL source code. It may be extended in future to
do other types of code prettification.


%prep
%setup -q -n Hardware-Vhdl-Tidy-%{version}

# rpmlint : line endings spurious-executable-perm
for i in Changes README lib/Hardware/Vhdl/Tidy.pm ; do
  echo "Fixing wrong-file-end-of-line-encoding : $i"
  %{__sed} 's/\r//' $i > $i.rpmlint
  touch -r $i $i.rpmlint;
  %{__mv} $i.rpmlint $i
  echo "Fixing perms : $i"
  chmod 0644 $i
done


%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*


%check
make test


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc Changes README test_in.vhd
%{perl_vendorlib}/Hardware/Vhdl/Tidy.pm
%{_mandir}/man3/*


%changelog
* Sun Dec 21 2008 Chitlesh GOORAH <chitlesh [AT] fedoraproject DOT org> 0.8-2
- updated as suggestion on review RHBZ 477520#c1

* Sun Dec 14 2008 Chitlesh GOORAH <chitlesh [AT] fedoraproject DOT org> 0.8-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Hardware-Vhdl-Tidy/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Dec 2008 02:50:33 -0000	1.1
+++ .cvsignore	24 Dec 2008 14:20:24 -0000	1.2
@@ -0,0 +1 @@
+Hardware-Vhdl-Tidy-0.8.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Hardware-Vhdl-Tidy/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Dec 2008 02:50:34 -0000	1.1
+++ sources	24 Dec 2008 14:20:24 -0000	1.2
@@ -0,0 +1 @@
+076689a78d2b2cd11d87f4d0739c42bf  Hardware-Vhdl-Tidy-0.8.tar.gz




More information about the fedora-extras-commits mailing list